home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / win95.rus / precopy2.cab / netsmc32.inf < prev    next >
INI File  |  1995-10-02  |  3KB  |  92 lines

  1. ; NET8232.INF
  2. ;
  3. ; SMC SMC8232 Network Interface Cards.
  4. ;
  5. ; Copyright 1993-1995, Microsoft Corporation
  6.  
  7. [version]
  8. LayoutFile=layout.inf
  9. signature="$CHICAGO$"
  10. Class=Net
  11. provider=%V_MS%
  12.  
  13. [Manufacturer]
  14. %V_SMC%=SMC
  15.  
  16. [SMC]
  17. %*SMC8010.DeviceDesc%=*SMC8010.ndi, *SMC8010    ;SMC EtherElite Ultra EISA Adapter
  18.  
  19. ;****************************************************************************
  20. ;  *SMC8010 EtherElite Ultra EISA Adapter
  21. ;****************************************************************************
  22. [*SMC8010.ndi]
  23. AddReg=*SMC8010.ndi.reg,SMC8232.ndi.reg
  24.  
  25. [*SMC8010.ndi.reg]
  26. HKR,Ndi,DeviceID,,"*SMC8010"
  27.  
  28. ;****************************************************************************
  29. ; SMC8232 Drivers
  30. ;****************************************************************************
  31. ; Base section for SMC8232 users
  32. [SMC8232.ndi.reg]
  33. ; key,subkey,valuname,type,value
  34. HKR,,DevLoader,,*ndis
  35. HKR,,DeviceVxDs,,SMC8232W.vxd
  36. HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
  37. ; NDIS Info
  38. HKR,NDIS,LogDriverName,,"SMC8232W"
  39. HKR,NDIS,MajorNdisVersion,1,03
  40. HKR,NDIS,MinorNdisVersion,1,0A
  41. HKR,NDIS\NDIS2,DriverName,,"SMC8232$"
  42. HKR,NDIS\NDIS2,FileName,,"SMC8232.dos"
  43. HKR,NDIS\ODI,DriverName,,"SMC8232"
  44. HKR,NDIS\ODI,FileName,,"SMC8232.com"
  45. ; Interfaces
  46. HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
  47. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  48. HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
  49. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  50. ; Install sections
  51. HKR,Ndi\Install,ndis3,,"SMC8232.ndis3"
  52. HKR,Ndi\Install,ndis2,,"SMC8232.ndis2"
  53. ;HKR,Ndi\Install,odi,,"SMC8232.odi"
  54.  
  55. ; Install NDIS3
  56. [SMC8232.ndis3]
  57. CopyFiles=SMC8232.ndis3.CopyFiles
  58. [SMC8232.ndis3.CopyFiles]
  59. SMC8232W.vxd
  60.  
  61. ; Install NDIS2
  62. [SMC8232.ndis2]
  63. CopyFiles=SMC8232.ndis2.CopyFiles
  64. [SMC8232.ndis2.CopyFiles]
  65. SMC8232.dos
  66.  
  67. ; Install ODI
  68. [SMC8232.odi]
  69. CopyFiles=SMC8232.odi.CopyFiles
  70. [SMC8232.odi.CopyFiles]
  71. SMC8232.com
  72.  
  73. ;****************************************************************************
  74. ; Destination Directories
  75. ;****************************************************************************
  76. [DestinationDirs]
  77. DefaultDestDir              =11 ; LDID_SYS
  78. SMC8232.ndis3.CopyFiles      =11
  79. SMC8232.ndis2.CopyFiles      =26 ; LDID_WINBOOT
  80. SMC8232.odi.CopyFiles        =26
  81.  
  82. ;****************************************************************************
  83. ; Localizable Strings
  84. ;****************************************************************************
  85. [strings]
  86. ; Provider
  87. V_MS="Microsoft"
  88. ; Manufacturers
  89. V_SMC="SMC"
  90.  
  91. *SMC8010.DeviceDesc="SMC EtherCard Elite Ultra 32"
  92.